From: nibon7 Date: Tue, 26 Mar 2024 09:24:33 +0000 (+0800) Subject: eglot: Add blueprint language server (Bug#70015) X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~1446 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d1d031aea69b3ab45034716048a2592fcbfd7358;p=emacs.git eglot: Add blueprint language server (Bug#70015) * lisp/progmodes/eglot.el (eglot-server-programs): Add blueprint-compiler. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 0ba69f66f0d..94b45abe1d8 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -332,7 +332,8 @@ automatically)." ((uiua-ts-mode uiua-mode) . ("uiua" "lsp")) (sml-mode . ,(lambda (_interactive project) - (list "millet-ls" (project-root project))))) + (list "millet-ls" (project-root project)))) + ((blueprint-mode blueprint-ts-mode) . ("blueprint-compiler" "lsp"))) "How the command `eglot' guesses the server to start. An association list of (MAJOR-MODE . CONTACT) pairs. MAJOR-MODE identifies the buffers that are to be managed by a specific